From: David S. Miller Date: Fri, 18 Oct 2013 04:04:05 +0000 (-0400) Subject: Merge branch 'pci_set_drvdata' X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~7695^2~180 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=baf785bacc9f840104fc2dfedd2b72b5cbb4e103;p=linux-4.9.git Merge branch 'pci_set_drvdata' Jingoo Han says: ==================== net: ethernet: remove unnecessary pci_set_drvdata() part 1 Since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d (device-core: Ensure drvdata = NULL when no driver is bound), the driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. ==================== Signed-off-by: David S. Miller --- baf785bacc9f840104fc2dfedd2b72b5cbb4e103